Posts tagged #clean architecture

Get started with NDepend: Uncle Bob and the Zone of Pain
In this article, I want to show you how to get started with NDepend and use its features. Over what might be a series of several articles, we will explore how to set up the project/the solution and gain knowledge about the various types of reports tools like NDepend can generate for you and how you can benefit from them.
Read more →

The visitor pattern in C# — The Good, The Bad, And The Ugly
The visitor pattern is probably among our industry's most unused software design patterns. While there are quite a few examples and tutorials on the internet, I am personally lacking the ones where one can actually see the benefit of using this pattern over others.
Read more →